ComponentOne Xamarin.Android
Collections Property


C1.CollectionView Assembly > C1.CollectionView Namespace > C1SequenceCollectionView<T> Class : Collections Property
Gets the collections that feed this collection.
Syntax
'Declaration
 
Public ReadOnly Property Collections As ObservableCollection(Of ICollectionView(Of T))
'Usage
 
Dim instance As C1SequenceCollectionView(Of T)
Dim value As ObservableCollection(Of ICollectionView(Of T))
 
value = instance.Collections
public ObservableCollection<ICollectionView<T>> Collections {get;}
See Also

Reference

C1SequenceCollectionView<T> Class
C1SequenceCollectionView<T> Members